home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
amiga
/
gui
/
prcgntn1.lha
/
Precognition
/
include
/
Precognition.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-23
|
830b
|
32 lines
#ifndef PRECOGNITION_H
#define PRECOGNITION_H
/* ==========================================================================
**
** Precognition.h
**
** Defines structs and prototypes for use with code generated by
** the Precognition interface builder.
**
** ⌐1991, 1992 WILLISoft
**
** ==========================================================================
*/
#include "Precognition_Utils.h"
#include "Precognition3D.h"
#include "PObject.h"
#include "GraphicObject.h"
#include "TitleBox.h"
#include "OutlineBox.h"
#include "BoolGadget.h"
#include "CycleGadget.h"
#include "StringGadget.h"
#include "IntegerGadget.h"
#include "CheckBox.h"
#include "HSlider.h"
#include "HScroller.h"
#include "VSlider.h"
#include "VScroller.h"
#include "ScrollingList.h"
#include "ListEditor.h"
#endif